<?php
  require_once 'site.php';
  $site = new Site();
  $site->initDB('localhost', 'test', 'test', 'bezp');
  $site->update_files_list();
  echo $_SESSION['message'];
?>